home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13973 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.0 KB  |  46 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!marnold
  3. From: marnold@netcom.com (Matt Arnold)
  4. Subject: Re: Linking 32 bit libs w/Borland 5.0 and maybe even 4.5
  5. Message-ID: <marnoldDoyrrD.EA4@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <3159a623.836592@news.winternet.com>
  8. Date: Thu, 28 Mar 1996 06:09:13 GMT
  9. Sender: marnold@netcom12.netcom.com
  10.  
  11. johna@poliac.com (John  R. Aldrin) writes:
  12.  
  13. >Hi,
  14.  
  15. >I tried to build a 32 bit application that used the Graphics Server
  16. >Control.   When I attempted to link the 32 bit libs I got an error
  17. >message indicating the file was not in the correct format (I tried
  18. >this over the weekend and I forget exactly what the error message was,
  19. >it seemed to dislike the file from the first byte).   I tried examing
  20. >the file w/the TLIB application from both the 5.0 and 4.5 versions and
  21. >was unable to list the contents of the libraries.   
  22.  
  23. >As a test I built one of the example 32 bit apps that comes with GS
  24. >using MSVC 4.0 and everything worked okay.  Anyone know what the
  25. >problem is w/Borland??
  26.  
  27. Perhaps that you were trying to use Microsoft libraries with it?
  28. This would explain whey they worked fine with Visual C++.
  29.  
  30. Microsoft's and Borland's .LIB formats are not the same.  Feeding
  31. the Borland linker (or TLIB) a Microsoft-produced library is just 
  32. about as good as feeding it a text file containing a letter to your 
  33. mother.  It's not going to work.
  34.  
  35. Check with your "Graphics Server Control" library vendor to see if 
  36. they support Borland C++.
  37.  
  38. Regards,
  39. -------------------------------------------------------------------------
  40. Matt Arnold                       |        | ||| | |||| |  | | || ||
  41. marnold@netcom.com                |        | ||| | |||| |  | | || ||
  42. Boston, MA                        |      0 | ||| | |||| |  | | || ||
  43. 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  44. C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  45. -------------------------------------------------------------------------
  46.